home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / os2 / pmsx211b.zip / HISTORY.TXT < prev    next >
Text File  |  1996-01-07  |  45KB  |  904 lines

  1.  
  2. Future work (user requests):
  3. X.  Add tool to SWAP channels
  4. X.  Add system resources page
  5. X.  Warp function (like caliope)
  6. X.  On AVG function, allow combination based on percentages
  7. X.  Make an EFFECTS.DLL and an IO.DLL so that PMsndX can share
  8.     the same code with new applications that share the same code.
  9. X.  Add direct CD audio recording
  10.  
  11.  
  12. Revision history:
  13. Version 2.11 (beta 1)
  14. 1.  Rewrote graphic displays so that the full display blinks
  15.     less when playing a sample.
  16.  
  17. Version 2.10
  18. 1.  Changed the Tools notebook to a standard window with a menu.
  19.     The result is much smaller and easier to understand.
  20. 2.  Added a file list to the tools window so that the tools can be
  21.     associated with an open file from the tools window.
  22.  
  23. Version 2.05
  24. 1.  Fixed bug in initializers!!!  Big blunder!
  25. 2.  Added settings for CD-DA and CD-XA interfaces
  26.  
  27. Version 2.04
  28. 1.  Fixed minor problems with HELP file.
  29. 2.  Fixed player so that it doesn't play past the end of the file.
  30.     (Added EOF detection zone setting)
  31. 3.  Fixed bug in playback for EdSndX.EXE which would try to play
  32.     past the end of the buffer.
  33. 4.  Added FILE_ARCHIVED and FILE_READONLY to the list of attributes
  34.     that are acceptabel to display in the directory window of the
  35.     file dialog.
  36. 5.  Fixed MMPM buttons so that they don't get mangled when
  37.     editor windows are dismissed
  38. 6.  Fixed bug in editor which caused the MMPM on all open windows
  39.     to be disabled when one window was closed
  40. 7.  Fixed huge bug in lowpass, bandpass, and fade tools which
  41.     would clip and zero data.  Word to the wise, never let C++
  42.     automatically promote...you never know what it will promote
  43.     to!
  44. 8.  Make the help file a bit more user friendly.  Specifically,
  45.     add an introduction to all the tools that explains what they
  46.     do.  Expecially the LOW PASS!
  47. 9.  Add feature to the SAVEAS dialog so that the path display
  48.     in the top box is automatically updated with the path as
  49.     it is traversed through the other controls.  This was added
  50.     to make entering file names in different directories much
  51.     easier.
  52. 10. For the volume indicator, the mouse now changes to a horizontal
  53.     size pointer when it is in a position to drag the volume
  54. 11. Aligned the numbering of PlSndX.exe with that of EdSndX.exe
  55. 12. Changed the FILE dialogs so that they do not display the
  56.     ".." path when in the root directory.  Sometimes OS/2 reports
  57.     a path of ".." even when in the root directory.  I have not
  58.     figured out what the conditions are that make the ".." appear
  59.     in the root, but have just eliminated them when they do appear.
  60. 13. Increased the message queue size for the pipes from 10 to 100.
  61.  
  62. Version 2.03
  63. 1.  Record settings is now an object and each box has its own
  64.     space so that changes to one box do not affect others.
  65.  
  66. Version 2.02
  67. 1.  Fixed a small bug in the registration checking such that if
  68.     your registration expired, the warning would repeatidly display.
  69.  
  70. Version 2.01
  71. 1.  Fixed a small bug in the settings display.
  72.  
  73. Version 2.00
  74. 1.  Make the Editor the central point of control
  75. 2.  Create Multiple Document Interface
  76. 3.  Integrated Editor and AUDIO windows into the same window
  77. 4.  Fixed major bug in the MMPM/2 code which crashed the program
  78. 5.  Created PlSndX to provide commandline playback capability
  79. 6.  Created EdSndX to replace PMsndX.EXE
  80. 7.  Add menu to the editor
  81. 8.  Display multiple channels on the edit display.
  82. 9.  Integrate MMPM into the editor dialog (maybe)
  83. 10. Allow editing of the info field
  84. 11. EdSndX command line arguments preloads files
  85. 12. Changes to the Type field automatically change the extension
  86. 13. Added Auto Rate change for PlSndX only
  87. 14. Updated REXX to reflect new capabilities and MDI interface
  88.     (Resulted in total loss of compatibility in REXX scripts between
  89.     reveision 1.x and 2.x)
  90. 15. Added MergeFROM and PasteFROM capability to perform operations
  91.     faster between open windows
  92. 16. Added piping capability to PlSndX so that when a sample is played
  93.     from the commandline, and a copy of PlSndX is already open, it
  94.     pipes the commandline arguments over to the existing session to
  95.     save memory and resources
  96. 17. Retooled the Properties box so that the special settings for the
  97.     editor are on a page under EdSndX
  98. 18. Added the ability to perform multiple selections from the open
  99.     dialog box.
  100. 19. Added Fast Queueing feature to PlSndX
  101. X.  Added tons of new stuff
  102.  
  103. Revision history:
  104. Version 1.38
  105. 1.  Rewrote the FILE dialog box from scratch rather than using
  106.     WinDefFileDlgProc as in previous versions.  I made this
  107.     very generic and more easily expandable.  It is also a bit
  108.     more compact so it saves some screen space.  The biggest
  109.     addition is the file history which stores a cache of the
  110.     last files accessed.  This cache is saved between sessions
  111.     if the "Save file XXXX path" options are set.
  112.  
  113. Version 1.37b:
  114. 1.  Added capability to pull the sound out of an AVI movie
  115.  
  116. Version 1.37:
  117. 1.  Added expiration date to registration information
  118.  
  119. Version 1.36b-d:
  120. 1.  Corrected simple bugs and changed email address of author
  121.  
  122. Version 1.36a: (9 Dec 94)
  123. 1.  Added an option to the MISC Properties to warn the user
  124.     when a .AU file is created which is not ULaw format.
  125. 2.  Added functions to query and set the tristate property
  126.     for forcing ULaw format
  127.  
  128. Version 1.36:  (8 Dec 94)
  129. 1.  Added option to the properties box to enable or disable
  130.     the footnote display.
  131. 2.  Animated the Pause button
  132. 3.  Fixed a problem with the help to conform with the recommended
  133.     usage of the F1 key (from the CUA guidelines).
  134. 4.  Added rexx functions to query and set the new Properties
  135.     for sharing the audio device and creating the footnote
  136.     on the main control panel.
  137. 5.  Enabled UL for the unregistered version of PMsndX.
  138.  
  139. Version 1.36 (beta 2):  (27 Nov 94)
  140. 1.  Recompiled with IBM CSet++ to solve a problem with crashing
  141.     under OS/2 3.0 (Warp) GA.
  142. 2.  Oops...I forgot to update the version text to indicate that
  143.     the first beta was actually a beta.
  144. 3.  Corrected a major oversight in the MMPM code which prevented
  145.     PMsndX from playing sounds after the 12 sample was loaded.
  146. 4.  Added option to use the audio device without sharing.
  147.  
  148. Version 1.36 (beta 1):  (16 Nov 94)
  149. 1.  Fixed the HELP so that the standard F1 key is now supported
  150. 2.  Added TOOLPAGE AND PROPPAGE features to the REXX scripts to
  151.     change pages of the Toolbox and the Properties notebook.
  152. 3.  Modified parsing of the RECORD command so that the keywords
  153.     can be specified in any order.  Previously, the limit had to
  154.     be specified after the rate and channels and PMsndX would
  155.     crash if it was not in this order.
  156. 4.  Bug:  When AVERAGING channels, if the average was to the
  157.     CENTER, the result would be random.
  158. 5.  Modified the AVERAGE 4TO1 REXX syntax to allow the specification
  159.     of the FROM channels.
  160. 6.  Changed the memory allocation scheme.  Now, the limit specified
  161.     represents the total amount of OS/2 memory that can be allocated
  162.     by the program and can be set to as many as 32767 4k pages.  The
  163.     AUTO settings essentially places no limit on the amount of memory
  164.     that the program will attempt to take.  You better have a big
  165.     swap file if you plan on using AUTO and large samples!
  166. 7.  Bug:  Previously MMPM would refuse to play a sample which had
  167.     more channels that the audio device supported regardless of the
  168.     channel selection setting.  Now, if the channel selection is
  169.     set and a channel has been selected, the audio device will play
  170.     the specified channel.
  171. 8.  Changed the REXX syntax for the EDITOR.  The editor is no longer
  172.     displayed when data is manipulated.
  173. 9.  Finished the REXX implementation.
  174.  
  175. Version 1.35:  (6 Nov 94)
  176. 1.  Removed all "Cancel", and "Dismiss" buttons from all
  177.     dialogs.  The system menu for the dialogs is used to
  178.     close the boxes.  A new button "RESET" has been created
  179.     for the dialogs which have an "APPLY" button.
  180. 2.  Added an option to the AUDIO Properties to play on Command line
  181.     load.  This allows sounds to be played from the command line
  182.     without setting the PLAY ON LOAD setting.  The PLAY ON LOAD
  183.     still operates as it did before.
  184. 3.  When PMsndX is registered and a file is specified on the command
  185.     line, the ABOUT dialog box is not displayed.
  186. 4.  Added volume control to the AUDIO and QUERY parts of the REXX
  187.     syntax to let the REXX set the initial volume.
  188. 5.  Added keyboard input through the REXX OUTPUT window.  Handles
  189.     STDIN (e.g. PULL) but not CHARIN.
  190. 6.  Modified and implemented the MESSAGE portion of the REXX
  191.     scripts.  (Changed the MESSAGE subcommands to functions so
  192.     that they can return the status of the buttons.  Also, added
  193.     an array of capabilities to match all possible combinations that
  194.     OS/2 offers).
  195. 7.  Changed FILE subcommands to functions to allow for better
  196.     processing of arguments and to allow PMsndX to return the
  197.     fully qualified filename.
  198. 8.  Added command to suppress the display of the PMsndX REXX
  199.     commands in the output window.
  200. 9.  Fixed the RECORD portion of the REXX scripts so that they work!
  201. 10. Added a REXX page to the Properties Dialog.  Also moved the
  202.     REXX Lines to the REXX page and added 4 spinbutton type windows
  203.     to let the user choose the colors of the REXX display.
  204. 11. Added the EDITOR functions to the REXX scripts.
  205. 12. Added DISPLAY section to the REXX
  206.  
  207. Version 1.34:  (1 Nov 94)
  208. 1.  All dialogs now use the following buttons:
  209.     APPLY  means "do it", "apply", "save changes" or whatever I use to use
  210.     CANCEL means "dismiss", "close", "get this damn window off my screen"
  211.          without recording any changes made.
  212.     ABORT  (where applicable) "stop that task from taking up my CPU!"
  213.     (A description of the major buttons has been added to the HELP file)
  214. 2.  Added CANCEL button to the play options dialog
  215. 3.  The checkboxes for "Auto Dismiss" and "Save Directory" are
  216.     only saved when a file is successfully loaded.  (Why not when
  217.     the window dismisses?  Well duh!  If you don't set the "Auto
  218.     Dismiss" the only way to get rid of the box is with the Cancel
  219.     button.  So, I save the status after a file is successfully loaded.
  220. 4.  Added item to the MISC Properties page to specify the location
  221.     of the PMsndX.ini file.
  222. 5.  CRITICAL CHANGE!!!!  While starting to implement the REXX
  223.     processing I found that I had overlooked an important problem.
  224.     With all the ownerships of C++, I could not manipulate all of
  225.     the private variables without the dialog boxes.  All of the
  226.     functions had to be modified to allow a "back door" for the
  227.     rexx scripts.  This could bring in new errors.  Look out!
  228. 6.  Modified the Clipboard routines so that they do not clear
  229.     the clipboard when data is pasted.
  230. 7.  When a file is loaded, the UNDO is updated if it is enabled.
  231. 8.  When a file is aborted, and UNDO is enabled, the old data
  232.     is automatically restored.
  233. 9.  When an error occurs when loading a file and UNDO is enabled,
  234.     the previous data is restored.
  235. 10. Implemented the FILE portion of the REXX scripts
  236. 11. Modified the REXX output so that all commands are displayed
  237.     before the command is executed.  Also, when an error occurs,
  238.     the command is now displayed before the error is displayed.
  239. 12. When command line playback is used, the AUDIO dialog box is
  240.     displayed.
  241. 13. Rewrote the commandline playback section so that a REXX script
  242.     can be played.  (Commandline playback will stop after the
  243.     first rexx script that is encountered.)  Previously, playback
  244.     was hit or miss because I did not expand filenames properly.
  245.     It is fixed in this version.
  246. 14. Implemented the MISC portions of the REXX scripts
  247. 15. Implemented the AUDIO PLAY support in the REXX scripts
  248. 16. Added MMPM_DEVICE, MMPM_INI_PATH, and MMPM_PLAY_16ON8 to the
  249.     REXX script syntax.
  250. 17. Implemented the PROPERTIES portion of the REXX script.
  251. 18. Modified the syntax of the RECORD command
  252. 19. Changed the QUERY commands from subcoms to functions
  253. 20. Added option to the PROPERTIES to play headerless .AU
  254.     files automatically
  255.  
  256. Version 1.33:  (24 Oct 94)
  257. 1.  Bug:  The Drag/Drop routines did not check to see if PMsndX was
  258.     currently processing data before the drop operation started.
  259.     (When the F1 key is pressed during this condition, a dialog
  260.     box displays the problem.)
  261. 2.  Added option to the AUDIO page of the settings dialog to
  262.     let 16 bit samples play on 8 bit cards.  (Someone with an 8
  263.     bit card needs to test this!)
  264. 3.  Added option to ignore unknown header blocks when loading a file
  265.     (if the result of the unknown header block makes the file unloadable
  266.     an error will be displayed.  This only disables the warnings.)
  267. 4.  Bug:  Drag/Drop previously concatenated successive drag/drop
  268.     names together because I did a strcat instead of a strcpy.
  269. 5.  Added option to let the .AU file extension override the header
  270.     information.  Essentially, by default, if a file with an extension
  271.     of .AU is opened and it does not contain a header, it will be
  272.     forced to be interpreted as ULAW with standard characteristics of
  273.     1 channel, and 8012 Hz sampling rate.  By turning this option on
  274.     the operation requires that all .AU files contain a valid header.
  275. 6.  Changed the "Settings..." menu item to "Properties..."
  276. 7.  When a command script (REXX) is opened, the name on the control
  277.     panel is not changed.
  278. 8.  When a command script (REXX) is opened, the REXX output window
  279.     will have the title of the file that is running.
  280. 9.  Added a series of QUERY commands to the REXX syntax to allow
  281.     information about both PMsndX properties and file properties.
  282.  
  283. Version 1.32:  (30 Sep 94)
  284. 1.  Bug:  Fixed bug in writing 16 bit .WAV files.  (I was writing
  285.     a FormatTag of 0x02 instead of 0x01.)
  286.  
  287. Version 1.31:  (28 Sep 94)
  288. 1.  Removed Help, Exit, and Settings from the control panel
  289. 2.  Moved the Playback options to a dialog from the
  290.     SysMenu of the AUDIO dialog
  291. 3.  Changed the Settings to a Notebook
  292. 4.  Completed the following REXX commands:
  293.         PMSNDX EXIT
  294.         PMSNDX CLOSE
  295. 5.  Fixed bug in REXX display window
  296.  
  297. Version 1.3:   (never released)
  298. 1.  Added footnote window to main control panel
  299. 2.  Added REXX hooks
  300. 3.  Added a display window for the REXX output
  301.  
  302. Version 1.2:   (16 Sep 94)
  303. 1.  Fixed bug with semaphores in MMPM which caused the data to
  304.     become locked.
  305.  
  306. Version 1.2:   (8 Sep 94)
  307. 1.  Drag and Drop functionality added
  308.     - Accepts Files for dropping.
  309.     - When sending a file, if it is not a OS/2 file, it must
  310.       be rendered into a file by the source first
  311. 2.  When registering, the current password is not displayed
  312. 3.  Fixed bug in writing .VOC files
  313.  
  314. Version 1.1:   (4 Sep 94)
  315. 1.  Previously, REMOVE in the editor did not utilize the UNDO
  316.     feature.
  317. 2.  Added recording capability for the MMPM Player.
  318.     - Records directly to memory
  319.     - Records till a specified limit or till STOP is pressed
  320.     - Detects current AUDIO capabilities
  321. 3.  Added VOLUME control for both playback and record
  322. 4.  Changed the name of the MMPM/PLAYBACK button to AUDIO
  323. 5.  Changed over to MUTEX semaphores to limit access to the
  324.     sample data between tasks
  325. 6.  Added a semaphore to the MMPM copy of the data (This
  326.     was necessary to avoid conflicts between play and
  327.     record)
  328.  
  329. Version 1.0:   (22 Aug 94)
  330. 1.  Modified Copy command to only copy a single channel when
  331.     a single channel is selected.
  332. 2.  Renamed class to "PMsndX 1.00" (This will have the effect
  333.     of forcing beta testers to recreate the pmsndx.ini file)
  334. 3.  Bug.  Previously, the length of the start was always added
  335.     to the end when the clipboard was merged.
  336. 4.  Bug.  Previously, no matter if a selection was specified
  337.     for a channel or ALL was selected, REMOVE would remove
  338.     from all channels.
  339. 5.  Changed the profile operation so that the os2.ini file is
  340.     only modified when the program is registered.
  341. 6.  Added examples of the user interface to the help file.
  342. 7.  Created two help files.  The larger file is the default
  343.     and contains examples of the user interface.
  344.     smallhlp.hlp is the version of the help without the
  345.     examples.  To use the smaller version, copy it to
  346.     pmsndx.hlp.
  347.  
  348. Version 0.88:  (16 Aug 94)
  349. 1.  Bug.  Oh hey, secondary windows receive a WM_QUIT message
  350.     when they exit!  That caused PMsndX to exit too!  The solution?
  351.     Remove the CLOSE item from the MMPM system menu.
  352. 2.  Bug.  When using the VIBRO function, if the speed was left
  353.     at zero (0), PMsndX would hang.
  354. 3.  AUTO DISMISS is now the default for the OPEN and SAVE dialogs.
  355. 4.  The MMPM button has been renamed to PLAYBACK.
  356. 5.  Added more updates to the CLOCK pointer so that it does
  357.     not hang at positions when operations end prematurely.
  358. 6.  If MMPM is installed it is automatically enabled in the
  359.     settings box.
  360. 7.  The default is to save the window positions and the last
  361.     directory accessed.
  362. 8.  Removed the REWind button from the MMPM player and reorganized
  363.     the buttons.
  364. 9.  Bug.  The horizontal sides of the control panel would allow
  365.     the panel to resize smaller without resizing the buttons.
  366.     Now, resizing using the horizontal sides just moves the box.
  367.  
  368. Version 0.87:  (14 Aug 94)
  369. 1.  Bug.  The average function did not work for 4 channels.
  370. 2.  Bug.  The rate and speed dialogs did not properly manipulate
  371.     the mouse pointer and it would go from 0 to 2 but no further.
  372.     Note that there was nothing wrong with the operation other
  373.     than the mouse pointer did not get updated properly.
  374. 3.  Bug.  When a range was selected for the REVERSE tool, the
  375.     actual data reversed would be incorrect if the beginning
  376.     was not at 0.0 offset.
  377. 4.  Add tool to invert a waveform
  378. 5.  When PASTING from the clipboard, if the SHIFT key is held down
  379.     while pressing the PASTE button, the data on the clipboard will
  380.     be merged instead of pasting.  (merge = average 50/50).
  381. 6.  Bug.  When pasting, the old bug for Signed/Unsigned WAV
  382.     data was found again.
  383.  
  384. Version 0.86:  (11 Aug 94)
  385. 1.  Bug.  The Lowpass dialog would not redraw itself after it is
  386.     uncovered by another window.
  387. 2.  Bug.  If a .WAV file was loaded which contained a bad header,
  388.     the READ task would hang.
  389. 3.  If very small files were loaded (e.g. under 100 samples) the
  390.     clock pointer would stick at the 11:00 position and the open
  391.     dialog did not receive the signal to close.  It appears that
  392.     the system receives too many posts to the pointer queue and
  393.     as we all know, OS/2 deletes posts that are duplicated.  The
  394.     solution...force a .1 second delay after the read before sending
  395.     the update information.
  396. 4.  Previous versions just BEEPed when an operation was attempted
  397.     while the current sample was being manipulated.  That has been
  398.     changes so that if an operation is attempted while the data
  399.     is "busy" an error is displayed.
  400. 5.  Bug.  If the MMPM dialog was dismissed while the MMPM buffers
  401.     were being loaded, the "busy" flag would not be cleared
  402.     and no further operations could be done.
  403.  
  404. Version 0.85:  (9 Aug 94)
  405. 1.  Edited virtually all of the dialogs so that they would
  406.     appear correctly when VGA fonts are used with SVGA displays.
  407.     (Note, this may be an odd combination, but people use it
  408.     and I had to make sure that PMsndX displays correctly).
  409.  
  410. Version 0.84:  (8 Aug 94)
  411. 1.  Resized the MMPM dialog (moved the group box, added space
  412.     between the checkboxes, and increased the width and height
  413.     of the overall box)
  414. 2.  Widened the OPEN and SAVE dialog boxes and moved things
  415.     over to the right to add more space to avoid clipping
  416. 3.  Bug.  When the editor display is updated with a new file,
  417.     the Vertical Scroll bar (Zoom) would be set to maximum but
  418.     the actual zoom would be minimized.
  419. 4.  Bug.  When the redraw button on the editor was pressed, the
  420.     horizontal scroll bar would revert to the leftmost position
  421.     but the display would remain unchanged.  Pressing an arrow
  422.     would return it to the correct position.
  423. 5.  The Tools box size has been increased to allow more space
  424.     between the controls to avoid clipping.  On a 1024x768 display
  425.     the controls looked fine but at VGA resolution they were clipped.
  426.     a.  The Type page previously clipped the IRACAM and SMPVS
  427.     b.  The Average Channels page had the checkboxes touching
  428.     c.  The band-pass filter page clipped the "Add filter noise"
  429.     d.  The low-pass filter page clipped the slider at the top
  430.     e.  The Vibro-champ page had the sliders clipped
  431.     f.  The Fade page was clipped on the right side
  432.     g.  The Limit page clipped the sliders
  433.  
  434. Version 0.83:  (7 Aug 94)
  435. 1.  Fixed up the bitmap displays.
  436. 2.  PMsndX now checks the MMPM parameters to verify that the sound
  437.     card can play 16 bit sound samples.  If the sound card cannot
  438.     play 16 bit sounds, then the MMPM player will not load its buffers
  439.     and will just refuse to play.
  440.  
  441. Version 0.82:  (7 Aug 94)
  442. 1.  In previous versions, if a file was being saved and the program
  443.     exited, the program would wait indefinitely till the save completed.
  444.     This could prevent killing PMsndX and would lock the message queue.
  445. 2.  The MMPM player now displays "Loading Data" when it is filling
  446.     the data buffers.
  447. 3.  PMsndX now exits correctly when Ctrl-C is pressed from a command
  448.     window or when PMsndX is terminated from a task manager.
  449. 4.  PMsndX now properly terminates all tasks (save and MMPM) when
  450.     the program exits.  In previous versions, the MMPM task for
  451.     loading buffers was not killed when the program exited or when
  452.     the MMPM dialog was destroyed.
  453. 5.  In previous versions I did not save the last position of the
  454.     windows if the program exited while the windows were open.  This
  455.     was because I saved settings stuff before closing the windows and
  456.     the windows did not save their positions till they closed.
  457. 6.  The Toolbox now sets the tabs size based on the resolution of
  458.     the monitor.  This should avoid problems with clipping of text
  459.     found in previous versions.  (David Charlap showed me how to do
  460.     this effectively)
  461. 7.  Added hotkeys to the Tools notebook
  462. 8.  Moved the registration information out of the pmsndx.ini file
  463.     and into the system user ini file so that a user may use the
  464.     pmsndx.ini file on any computer or on a network.
  465.  
  466. Version 0.81:  (17 Jul 94)
  467. 1.  Bug.  The MMPM reloaded its buffers when the channel to manipulate
  468.     was changed regardless of the checkbox for global channels
  469. 2.  Bug.  The MMPM reloaded its buffers when the range to manipulate
  470.     was changed regardless of the checkbox for global range
  471. 3.  Bug.  (Well, not really) The error boxes were not application
  472.     modal.  They are now.
  473. 4.  A few fixups on the help text.
  474. 5.  Dialog windows do not move with the main control panel.
  475. 6.  The welcome dialog box has been changed so that the standard
  476.     text is greyed and the new stuff is dark to make it easier to
  477.     read.
  478. 7.  If the current sample in memory has been modified and the
  479.     EXIT button is pushed, the program will tell the user that
  480.     modified buffers exist and verify that the user wants to continue.
  481. 8.  The Registration box now has the capability to read a file
  482.     and find the registration information if it has the proper
  483.     keywords (i.e. if it was a password that I emailed you).
  484. 9.  Fixed bug in .WAV reader in which an the header was not checked
  485.     for invalid data and a "divide by 0" error could occur.
  486.  
  487. Version 0.8:  (17 Jul 94)
  488. 1.  Added a menu item to the main control panel to reset the size
  489.     of the main control panel to the default
  490. 2.  Bug.  When a sample is very short, the Display was not cleared
  491.     beyond the end of the sample.
  492. 3.  Bug.  When "Play on load" was selected, the new MMPM thread
  493.     would get triggered by window updates.
  494. 4.  Bug.  The Repeat button on the MMPM box could not be cleared
  495.     once set without closing down the box and reopening it.
  496. 5.  Resizable main control panel (what a bear!!!)
  497. 6.  Fixed windows so that they cannot fall outside of the viewable area
  498. 7.  Fix the file wildcard usage
  499. X.  Added HOTKEYS for the main control panel
  500.  
  501. Version 0.7:  (13 Jul 94)
  502. 1.  Added a REGISTRATION button the to Welcome box
  503. 2.  Completed a little tool (which you will never see) to
  504.     automatically generate the passwords and store them in
  505.     a database.  This illustrates the power of OS/2 because
  506.     I completed a fully functional editor in about 1 day.
  507. 3.  Edit confirmation to the EXIT button
  508. 4.  .WAV files now skip unknown keywords rather than reporting errors
  509. 5.  Added another thread to the MMPM player for loading the
  510.     buffers.
  511. 6.  Added new BITMAPs for the main control panel when MMPM
  512.     is not installed.
  513. 7.  Added a Repeat function to the MMPM playback
  514. 8.  Finished the BALANCE tool
  515. 9.  Fix all tasks so that sounds cannot be operated on while
  516.     another a task is modifying the buffers (i.e. while the
  517.     buffers are loading for the MMPM, the range selections
  518.     cannot be made)
  519. 10. Added a redraw button the the editor
  520. 11. Bug fixed.  When the display box was previously selected, the
  521.     display would receive the mouse movements, but the window would
  522.     not become the active window.
  523. 12. Add the ability to UNDO the last command.  This will double
  524.     the memory requirements and should be in the settings page
  525.     to disable for users who don't want to lose the memory.
  526. 13. The letters "I" and "O" were removed from the passwords to prevent
  527.     confusion over the number 1 and the letter I and the number 0 and
  528.     the letter O.
  529. 14. Fixed window locations so that they can never fall off the
  530.     screen.
  531. 15. Added MINIMIZE button to the dialogs
  532. 16. Bug fixed.  VOC files with a type 0x0a marker were not
  533.     read.  Unknown markers are skipped now.
  534. 17. Bug/oversight.  The Cut button was disabled for ranges
  535.     even if the program was registered.
  536.  
  537. Note 1: For Beta Testing purposes, use the following to enable
  538. all functions
  539.     Name:               "Beta Version Registration"
  540.     Through Version:    0.99
  541.     Password:           "cHLttnr0sqypjc2e"
  542. To enter the password, select REGISTER on the ABOUT or
  543. WELCOME boxes (accessed from the system menu).
  544.  
  545. Version 0.6:  (6 Jul 94)
  546. 1.  Renamed the initialization file from pmsndx03.ini to pmsndx.ini
  547. 2.  Removed QUALITY factor from the SAMPLING RATE tool
  548. 3.  Set up a global object which is shared between all dialogs
  549.     to allow the editor to be the central point of control for
  550.     selecting the range and channels for operations.
  551. 4.  Added checkbox to let the user select if he wants to automatically
  552.     dismiss the save/open dialogs
  553. 5.  Add "Global range selection" checkbox to MMPM Player
  554. 6.  Use "Global channel selection" for MMPM player (add checkbox)
  555. 7.  Add version indicator in the .ini file - (current version)
  556. 8.  Setup timer to MAIN control panel which propagates to the dialogs
  557. 9.  Check the size of the clipboard data and warn if it is
  558.     dissimilar to memory (use smaller of the two after paste)
  559. 10. Check the rate of the clipboard data and warn if it is
  560.     dissimilar to memory
  561. 11. When a version is run for the first time, a Welcome dialog is
  562.     displayed in place of the About box with information about the
  563.     current version.  (The welcome can be redisplayed from the main
  564.     menu.)
  565. 12. Change initial ABOUT box so that it doesn't block the message
  566.     queue
  567. 13. Added info box to indicate whether each tool uses the global objects
  568. 14. Use "Global range selection" in place of local display for tools
  569. 15. Use "Global channel selection" for the tools
  570. 16. Add registration stuff (after 15 minutes of use, guilt!)
  571.     - Disable all formats except .WAV and .AU if registration fails
  572.     - Disable individual channel selection on the editor
  573.     - Disable Range selection for Copy and Cut on the editor
  574.  
  575. Note 1: For Beta Testing purposes, use the following to enable
  576. all functions
  577.     Name:               "Beta Version Registration"
  578.     Through Version:    0.99
  579.     Password:           "cHLttnr0sqypjc2e"
  580.  
  581. Note 2:  The format of the .ini file has not changed.  Rename
  582. pmsndx03.ini to pmsndx.ini and you will not have to recreate
  583. the window locations and settings.
  584.  
  585. Version 0.5:  (8 June 94)
  586. 1.  Finished the Editor
  587. 2.  Added page in notebook for swapping channels
  588. 3.  Fixed an error when writing WAVE files with multiple channels
  589.  
  590. Note:  The big addition of the editor was a lot of work and is
  591. probably not perfect for everyone's needs.  Handling of multiple
  592. channels is awkward at best, but I think that I have made the
  593. most of it.  Opinions for improvement are welcome.  Read the
  594. help page to understand the PASTE operation before using it!
  595. The editor has been written such that it does not use the MMPM
  596. libraries for the sound manipulations in order to allow it to
  597. work on any system.
  598.  
  599. Note 2:  The global channel selection is not implemented across
  600. all the tools yet.  That will be in the next release.
  601.  
  602. Version 0.4a:  (4 June 94)
  603. 1.  Finished the Dupe dialog box in the tools box.
  604. 2.  Fixed an error with processing the Rate effect when
  605.     multiple channels are present.
  606. 3.  Fixed Echo effect to work with multiple channels
  607. 4.  Fixed Fade effect to work with multiple channels
  608.  
  609. Version 0.4*:  (22 May 94)
  610. 1.  Added support for the MAC HCOM format.  Unfortunately the only
  611.     portions of the header that are implemented are the ones that
  612.     SOX implements because I could not find examples of the HCOM
  613.     format and had to create a sample file from a .WAV file using
  614.     SOX.
  615. 2.  Added support for the IRCAM format.  Again, like the HCOM
  616.     format, I could not find samples in this format and had to
  617.     use SOX to create samples for testing.  As a result, only
  618.     the header fields supported by SOX are enabled.
  619. 3.  Added support for SampleVision (.smp) format.  WARNING:  This
  620.     is a wierd format in which the RATE is stored at the end
  621.     of the file.  You may find that when loading this type of
  622.     file no error is produced but an absurd rate may be displayed
  623.     in the Info tool page.  (Some reasons...SOX10 for OS/2 replaces
  624.     every CR return (char 13) with a CRLF.  I think that the output
  625.     file was not set to RAW so the file functions were fixing the
  626.     data up for DOS.  By the way, you can fix this up by changing
  627.     the playback speed (not the rate!!!) to something logical.)
  628. 4.  Reorganized the toolbox (again) and added place holders for
  629.     fading and balancing in a sample.  This will be added later.
  630. 5.  Added the user interface for the editor.  It is non-functional,
  631.     but is intended to get feedback on the functions that it will
  632.     be provided.  If you don't like it, now is the time to change
  633.     it!
  634. 6.  *** BUG:  Fixed bug in display routines for graphs when an absolute
  635.     value was entered into the start and end fields for the reverse
  636.     effect.
  637. 7.  Added fading to the tool box under the major header of VOLUME.
  638.     Samples can be faded in or out and at different rates.
  639.  
  640. *   Note:  With this version, all of the functionality of SOX has
  641.     been completed.  From here on out, we are breaking new ground.
  642. **  Note:  Space is reserved for the Dupe, Fade, and Balance effects,
  643.     but they have not been implemented and the DOIT button is
  644.     never enabled.
  645. *** The size of the executable is about 300k right now.  The good
  646.     news is that the only major additions will be the code for
  647.     the clipboard stuff.  The program currently has about 18000
  648.     lines of C code.  I could change over to DLLs to make the
  649.     actual executable smaller, but the way DLLs work with OS/2,
  650.     there is no memory savings.  If you hate 300k for a program
  651.     like this, then go back to SOX.
  652.  
  653. Version 0.3e:  (27 March 94)
  654. NOTE:  Since the size of the Open dialog box has changed, PMsndX
  655.     will not use the window positions or settings from the .ini
  656.     file.  This is to prevent the Open dialog box from being
  657.     positioned off the screen.
  658.  
  659. 1.  Multithreaded the command line playback functions.  Previous
  660.     versions shared the message queue through threads for playback
  661.     when the control panel was used, but when a sound was played
  662.     from the command line, all message processing would stop till
  663.     the file had been played.
  664. 2.  Fixed the .WAV read/write routines to handle the LIST fields
  665.     correctly.  Previous versions could not deal with the LIST
  666.     field and returned a error indicating that the file was in
  667.     a bad style.
  668. 3.  Changed the .VOC to be able to store the ASCII text string
  669.     in the info field.
  670. 4.  Added support for .IFF formats (Amiga).  This format has a
  671.     couple of fields that need mention here.  If you read a file
  672.     in, the ANNO field is discarded and the NAME field is used
  673.     for the Comment data retained in the files.  If a file is
  674.     written to disk, PMsndX arrogantly writes the "PMsndX ..."
  675.     into the ANNO field (... is replaced by the version number).
  676. 5.  The Version number has been changed to reflect the alpha version
  677.     of the program.  In the past changes to the version number
  678.     changed the name of the profile and resulted in loss of the
  679.     window positions and settings from previous versions.  This has
  680.     been changed such that the window positions and settings remain
  681.     active unless a major change is made in the profile information.
  682. 6.  Added user overrides for the file types when opening files.
  683.     When a file is opened, if the user specifies a specific filetype
  684.     (other than Auto), the program will try to open the file in
  685.     that format.  In the event that the filetype is not the
  686.     type specified, the PMsndX will attempt to determine the
  687.     file type as if the user had selected "Auto".
  688. 7.  When the file type is changed through the Tools notebook, the
  689.     output type is then specified and selected in the file type
  690.     area of the SAVE dialog box.
  691. 8.  The default format for saving a file is the same as the input
  692.     format.
  693. 9.  A field called "AUTO" has been added to the filetypes.  When
  694.     this button is selected, the file will be saved based on the
  695.     filename alone.
  696. 10. If the filename field is changed, the "AUTO" button will
  697.     automatically be selected.  This is because the file type
  698.     specified in the buttons will override the extension.  As
  699.     a result, if the user changes the filename and assumes that
  700.     the file would be saved based on the filename extension,
  701.     the file could be saved in a different format than the
  702.     extension indicates.
  703. 11. The filename used to load a sample into memory is automatically
  704.     used as the default filename when saving a file.  The path
  705.     for saving the file remains the last path used for saving
  706.     the file.
  707. 12. Added the .sb (Signed Byte) format.  This is a headerless
  708.     format.  If the user selects to load this format, the program
  709.     must ask the user for the sampling rate before the file
  710.     can be loaded.  Each byte of the file is treated as an 8
  711.     bit signed sample.
  712. 13. Added the .sw (Signed Word) format.  This is a headerless
  713.     format and the program will request a sampling rate when
  714.     the user loads this file format.  Each word (2 bytes) is
  715.     treated as a signed word in little endian order.
  716. 14. Added the .ub (Unsigned byte) format.  This is a headerless
  717.     format and the program will request a sampling rate when
  718.     the user loads a file of this format.  Each byte is treated
  719.     as a unsigned byte.
  720. 15. Added the .uw (Unsigned word) format.  This is a headerless
  721.     format and the program will request a sampling rate when
  722.     the user loads a file of this format.  Each word (2 bytes)
  723.     is treated as a unsigned word in little endian order.
  724. 16. Added the .ul (Ulaw) format.  This is a headerless format
  725.     and the program will request a sampling rate when the user
  726.     loads a file of this format.  Each byte is treated as a
  727.     ULAW encoded sample.  This format is the same format used
  728.     for .AU files.
  729. 17. The file Open dialog box does not close when the operation is
  730.     completed.
  731. 18. Multithreaded the file open operations.  When a file is being
  732.     read, the user may press the Abort button on the file open
  733.     dialog box to stop the read process.  If the program exits
  734.     before a file read thread has completed, the read thread is
  735.     terminated.
  736. 19. Multithreaded the file save operations.  There is no means
  737.     provided to abort a save operation.  If the program exits when
  738.     the file is saving, the program will wait till the save operation
  739.     has completed before exiting.
  740. 20. Added support for the Amiga/SGI .aif format.  Documentation
  741.     for this format was hard to find.  The only chunk formats
  742.     I could find were for COMM, and SSND.
  743.  
  744. Version 0.3d:
  745. 1.  Added use of the second mouse button (usually the right
  746.     mouse button) for the reverse effect and removed the
  747.     dynamic sorting of the start and end so that the numbers
  748.     don't jump back and forth when the user is entering
  749.     the endpoints.
  750. 2.  Added support for .VOC file formats.
  751.     Note:  I don't know what the hell SOX is doing, but it does
  752.            not seem to produce a useable file.
  753.     I always add an Extended data block to the file.  I don't
  754.       know if this will cause problems, but the extended part
  755.       contains the number of channels.
  756.     I don't know what to do with Repeat/End Repeat information
  757.       so I am currently ignoring it.  Any ideas?
  758.     I currently dump (on the floor) any ASCII text.  Anyone want
  759.       me to keep the stuff in the info field?
  760.     I currently only load 8 bit data.  I cannot deal with packed
  761.       data right now.  It is 1:00am and I am tired.
  762.     Some programs seem to expect the first block to be the
  763.       DATA block so I write this first always.
  764.  
  765. Version 0.3c:
  766. 1.  Added Speed Effect
  767. 2.  Reorganized the Tools notebook.  There were too many
  768.     tools to display the tabs on the notebook so major and
  769.     minor pages were created to group the tools.
  770. 3.  Modified the MMPM support to use a separate region of
  771.     memory than the samples are stored in.  Previously, the
  772.     memory for storing the playlist was taken out of the
  773.     pool for storing the samples for the effects.  As a
  774.     result, if you started the MMPM box an performed a
  775.     effect that took up more memory, a hole would be left
  776.     such that another block of memory could not be
  777.     allocated.  This method prevents creating the holes.
  778. 4.  Added Reverse Effect.
  779.  
  780. Version 0.3b:
  781. 1.  Fixed a big bug in the Bandpass filter.  If a sample
  782.     had multiple channels, it would only bandpass on the
  783.     first channel.
  784. 2.  Fixed a big bug in the Lowpass filter.  If a sample
  785.     had multiple channels, it would only lowpass on the
  786.     first channel.
  787. 3.  Added the little clock pointer to indicate how much
  788.     work has been completed.
  789. 4.  Removed the requirement for the audio device to be a
  790.     form of WaveAudio??.  Any string will work as long as
  791.     the device really exists.
  792. 5.  Multi-threaded all of the effects so that the program
  793.     is not a system hog.  The file read/write functions
  794.     are not multi-threaded.  Should they be?
  795.  
  796. Version 0.3a:
  797. 1.  Fixed the Play button so that it is animated when the
  798.     sample is played as it is loaded.  (What is the longest
  799.     record for staring at a code before you realize that it
  800.     is so late that you have been staring at the bug all
  801.     night and just did not recognize it?...What a dumb error
  802.     on my part!!!)
  803. 2.  Fixed the dynamic linking so that DosLoadModule is used
  804.     rather than linking with the dynamic libraries.  Version
  805.     0.3 would refuse to run on machines without MMPM
  806.     installed because the libraries were loaded even if the
  807.     MMPM support was not enabled.
  808. 3.  Changed to using SW.DLL for the buttons of the MMPM
  809.     dialog box.  This guarantees that the program will use
  810.     the latest formats for the buttons.
  811. 4.  Added command line playing.  I the PLAY_ON_LOAD option
  812.     is selected, any filenames which appear on the command
  813.     line will be played.  If a file is not found, the
  814.     program will signal an error and continue to the next
  815.     command line file.  If EXIT_AFTER_PLAY is not selected,
  816.     the last file that was successfully loaded will be
  817.     the current file in memory.
  818. 5.  Enabled the EXIT_AFTER_PLAY feature and modified the
  819.     behaviour such that the MMPM dialog is not displayed
  820.     during the playback.
  821.  
  822. Version 0.3:
  823. 1.  Removed the RECORD button (now just a blank button until
  824.     I can think of something)
  825. 2.  Changed PLAY button to MMPM and added basic play
  826.     capabilities (i.e. Play, Stop, Rewind, Pause).
  827. 3.  Updated Settings dialog to reflect options for the MMPM
  828.     stuff.
  829.  
  830. Version 0.2: (20 March 94)
  831. 1.  Fixed error with memory settings.  In version 0.1 if you
  832.     opened the Settings box and then applied it by pressing
  833.     the DOIT button it sould clear the data samples even if
  834.     the memory configuration had not changed.
  835. 2.  Fixed bug in version 0 in which the data was cleared
  836.     when the memory configuration was changed, but the
  837.     sample header was not cleared.  This led to th dialogs
  838.     trying to access data that had been released causing a
  839.     protection violation.
  840. 3.  Added the Bandpass notebook page.  This is probably one
  841.     of the most complex user interfaces in the notebook.
  842. 4.  Added the Echo effect.  This is the most complex
  843.     programming challenge for a useable user interface.
  844.     (Note, the echo only works for single channel samples).
  845. 5.  Fixed bug.  In version 0.1, the lowpass function did not
  846.     take into account the number of channels.  This has a
  847.     significant impact on the FFT operation.  This is fixed
  848.     in 0.2.
  849. 6.  Fixed bug.  In version 0.1, the Vibro effect did not
  850.     take into account multiple channels in a sample.  As a
  851.     result, the vibro was not continuous on individual
  852.     channels.
  853.  
  854. Version 0.1:  (13 March 94)
  855. 1.  Added Channel Averaging (0.1a)
  856. 2.  Added Vibro effect
  857. 3.  The .ini file are automatically located in the same directory
  858.     as the executable.
  859. 4.  Individual tool pages no longer have separate HELP buttons
  860. 5.  A HELP button has been added to the tool box for all pages.
  861.     When pressed, the help page for the page shown in the tools
  862.     dialog box will be displayed.
  863. 6.  A DISMISS button has been added to the tools dialog box for
  864.     a more consistent approach to dismissing.  The user can still
  865.     depress the tools button on the main control panel to dismiss
  866.     any tool dialog.
  867. 7.  Rearranged the buttons on the main control panel and added
  868.     two new buttons for Playing and Recording samples (not implemented
  869.     in this release...just placeholders)
  870. 8.  Changed the memory storage requirements so that data takes
  871.     half as much memory.  Each sample is stored as a signed SHORT
  872.     regardless of the sound type.
  873. 9.  Corrected major memory bug which resulted in a memory leak.
  874. 10. The echo effect presents an interesting challenge to the
  875.     user interface.  How do you provide the user with an
  876.     intuitive method to set the echo locations and the
  877.     strength of the echo from a dialog box?  My first
  878.     attempt was to try to display the waveform in a window
  879.     and then to let the user set the echo points, but the
  880.     problem of setting the echo strength is still difficult.
  881.     This operation may have to wait for another revision
  882.     after I have had some time to "sleep" on it.  The effect
  883.     itself is very simple, but the interface is much more
  884.     difficult.
  885.  
  886. 0.1a - SOX can averages 4 channels to 1 by putting all four
  887.        channels into 1.  4 channels to 2 is done by
  888.        averaging the left channels and the right channels
  889.        together.  PMsndX allows the user to select any
  890.        combination of the source channels.
  891.  
  892. Version 0.0 (initial release):
  893. 1.  6 buttons and associated dialog boxes created
  894. 1.  Ability to load and save .au files
  895. 2.  Ability to load and save .wav files
  896. 3.  Tool for changing the sampling rate (0.0a)
  897. 4.  Display of information about the current sample
  898.  
  899. 0.0a - SOX appears to use linear approximation to create the
  900.        new sample.  PMsndX provides for quality which allows the
  901.        approximation to be adjusted.
  902.  
  903.  
  904.